- deployment
- replicaset
- pod
- job
- sandbox
- cronjob
Usage
Aliases
rm
Commands
| Command | Description |
|---|---|
idyl delete cronjob | Delete a cronjob |
idyl delete deployment | Delete a deployment |
idyl delete job | Delete a job |
idyl delete pod | Delete a pod |
idyl delete replicaset | Delete a replicaset |
idyl delete sandbox | Delete a Sandbox |
Flags
| Flag | Description |
|---|---|
-y, --yes | Skip confirmation prompts |
Inherited flags
| Flag | Description |
|---|---|
-a <string>, --account-id <string> | Account ID to use (overrides context) |
-c <string>, --context <string> | Use specific context |
--homedir <string> | Override config directory (default: ~/.idyl) |
-n <string>, --namespace <string> | Namespace to use |
-o <string>, --output <string> | Output format (json|yaml) |
-p <string>, --profile <string> | Override profile |
--realm <string> | Override realm |
--subnet <string> | Override context subnet for this command |
Examples
Subcommand reference
idyl delete cronjob
Delete a cronjob
Usage
Aliases
cronjobscj
Flags
| Flag | Description |
|---|---|
-n <string>, --namespace <string> | Namespace name (overrides context) |
-y, --yes | Skip confirmation prompts |
idyl delete deployment
Delete a deployment
Usage
Aliases
deploymentsdeploy
Flags
| Flag | Description |
|---|---|
-n <string>, --namespace <string> | Namespace name (overrides context) |
-y, --yes | Skip confirmation prompts |
idyl delete job
Delete a job
Usage
Aliases
jobs
Flags
| Flag | Description |
|---|---|
-n <string>, --namespace <string> | Namespace name (overrides context) |
-y, --yes | Skip confirmation prompts |
idyl delete pod
Delete a pod
Usage
Aliases
pods
Flags
| Flag | Description |
|---|---|
-n <string>, --namespace <string> | Namespace name (overrides context) |
-y, --yes | Skip confirmation prompts |
idyl delete replicaset
Delete a replicaset
Usage
Aliases
replicasetsrs
Flags
| Flag | Description |
|---|---|
-n <string>, --namespace <string> | Namespace name (overrides context) |
-y, --yes | Skip confirmation prompts |
idyl delete sandbox
Delete a Sandbox by name.
Deleting a Sandbox removes it before its TTL expires.
Usage
Aliases
sandboxes
Flags
| Flag | Description |
|---|---|
-n <string>, --namespace <string> | Namespace name (overrides context) |
-y, --yes | Skip confirmation prompts |

