mirror of
https://github.com/stashapp/stash.git
synced 2025-12-07 17:02:38 +01:00
7 lines
No EOL
103 B
GraphQL
7 lines
No EOL
103 B
GraphQL
mutation StopJob($job_id: ID!) {
|
|
stopJob(job_id: $job_id)
|
|
}
|
|
|
|
mutation StopAllJobs {
|
|
stopAllJobs
|
|
} |