runai delete
Description¶
Delete a Job and its associated Pods.
Note that once you delete a Job, its entire data will be gone:
- You will no longer be able to enter it via bash.
- You will no longer be able access logs.
- Any data saved on the container and not stored on a shared location will be lost.
Synopsis¶
runai delete <job-name>
[--loglevel value]
[--project string | -p string]
[--help | -h]
Options¶
<job-name> - The name of the Job to run the command with. Mandatory.
--loglevel (string)
Set the logging level. One of: debug | info | warn | error (default "info").
--project | -p (string)
Specify the Project to which the command applies. By default, commands apply to the default Project. To change the default Project use
runai config project <project-name>
.
--help | -h
Show help text.
Output¶
-
The Job will be deleted and not available via the command runai list jobs.
-
The Job will not be deleted from the Run:AI user interface Job list.
See Also¶
-
Build Workloads. See Quickstart document: Launch Interactive Build Workloads.
-
Training Workloads. See Quickstart document: Launch Unattended Training Workloads.