nais job run delete

nais job run delete RUN-NAME [flags]

This command deletes an individual job run (a Kubernetes batch/v1 Job).

Options

-e, --environment
Filter by environment.

Inherited options

--config
Specify the location for the configuration file.
--no-colors
Disable colors in the output.
-t, --team
Specify the team to 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