Command Palette
Search for a command to run

Cancel a job

Cancel a queued or running job

POST
/auth/v1/seed/{namespace}/jobs/{name}/cancel

Cancel a queued or running job. Running jobs receive a SIGTERM followed by a SIGKILL after a grace period.

Path parameters


namespace
type: string
required
The namespace (user or organization) the job belongs to.
name
type: string
required
The job name.

Previous Get job logs

Next Delete a job