nais job run delete
nais job run delete RUN-NAME [flags]
This command deletes an individual job run (a Kubernetes batch/v1 Job).
Inherited options
--config- Specify the
PATHto the configuration file. -e,--environment- Specify the
ENVIRONMENTto use for this command. Overrides the default environment from configuration. --no-colors- Disable colors in the output.
-t,--team- Specify the
TEAMto use for this command. Overrides the default team from configuration. -v,--verbose- Set verbosity level. Use -v for verbose, -vv for debug, -vvv for trace.
Examples
# Delete a job run named my-job-20250318-120000 in environment dev.
$ nais job run delete my-job-20250318-120000 --environment dev