scontrol
View information about and modify jobs.
- Show information for job:
scontrol show job {job_id}
- Suspend a comma-separated list of running jobs:
scontrol suspend {job_id}
- Resume a comma-separated list of suspended jobs:
scontrol resume {job_id}
- Hold a comma-separated list of queued jobs (Use `release` command to permit the jobs to be scheduled):
scontrol hold {job_id}
- Release a comma-separated list of suspended job:
scontrol release {job_id}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).