# diagrid agent delete

Delete one or more Agents

### Description

Delete one or more Agents from a project.

```
diagrid agent delete <agent...> [flags]
```

### Examples

```

  # Delete a single Agent
  diagrid agent delete my-agent --project my-project

  # Delete multiple Agents
  diagrid agent delete my-agent1 my-agent2 --project my-project

```

### Options

```
  -p, --project string   Name of existing project
  -w, --wait             Wait for long-running resource deletion to finish
      --approve          Skip confirmation prompt
  -y, --yes              Skip confirmation prompt
  -h, --help             help for delete
```

### Options inherited from parent commands

```
      --api-key string   Diagrid Cloud API key
```

### SEE ALSO

- [diagrid agent](./agent.md)	 - Manage Agents
