> ## Documentation Index
> Fetch the complete documentation index at: https://docs.idyl.network/llms.txt
> Use this file to discover all available pages before exploring further.

# idyl purge

> Permanently purge deleted credential and Vault resources

Permanently purge deleted credential and Vault resources

## Usage

```bash theme={null}
idyl purge [resource] [name]
```

## Commands

| Command                          | Description                                               |
| -------------------------------- | --------------------------------------------------------- |
| `idyl purge certificate`         | Permanently purge a deleted workload TLS certificate      |
| `idyl purge registry-credential` | Permanently purge a deleted private image-pull credential |
| `idyl purge secret`              | Permanently purge a deleted workload Secret               |

## Inherited flags

| Flag                                 | Description                                                        |
| ------------------------------------ | ------------------------------------------------------------------ |
| `-a <string>, --account-id <string>` | Account ID to use, overriding the current context.                 |
| `-c <string>, --context <string>`    | Use the named context for this command.                            |
| `--homedir <string>`                 | Override the configuration directory. Defaults to \~/.config/idyl. |
| `-n <string>, --namespace <string>`  | Namespace to address, overriding the entered context.              |
| `--network <string>`                 | Override the Network for this command.                             |
| `-p <string>, --profile <string>`    | Override the access profile for this command.                      |
| `-s <string>, --subnet <string>`     | Subnet to use for this command, overriding the current context.    |
| `--workspace <string>`               | Workspace within the namespace, overriding the entered context.    |

## Subcommand reference

### `idyl purge certificate`

Permanently purge a deleted workload TLS certificate

#### Usage

```bash theme={null}
idyl purge certificate <name> [flags]
```

#### Aliases

* `certificates`

#### Flags

| Flag        | Description                                 |
| ----------- | ------------------------------------------- |
| `--force`   | Purge even when active live bindings exist. |
| `-y, --yes` | Skip confirmation prompts.                  |

### `idyl purge registry-credential`

Permanently purge a deleted private image-pull credential

#### Usage

```bash theme={null}
idyl purge registry-credential <name> [flags]
```

#### Aliases

* `registry-credentials`

#### Flags

| Flag        | Description                |
| ----------- | -------------------------- |
| `-y, --yes` | Skip confirmation prompts. |

### `idyl purge secret`

Permanently purge a deleted workload Secret

#### Usage

```bash theme={null}
idyl purge secret <name> [flags]
```

#### Aliases

* `secrets`

#### Flags

| Flag        | Description                                 |
| ----------- | ------------------------------------------- |
| `--force`   | Purge even when active live bindings exist. |
| `-y, --yes` | Skip confirmation prompts.                  |
