# diagrid dev cleanup

Clean up all resources in a project

### Description

Clean up all resources in a project while keeping the project itself

```
diagrid dev cleanup [flags]
```

### Examples

```

  # Clean up all resources in the current project context
  diagrid dev cleanup

  # Clean up all resources in a specific project
  diagrid dev cleanup --project myproject

  # Clean up without confirmation prompt
  diagrid dev cleanup --project myproject --approve

```

### Options

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

### Options inherited from parent commands

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

### SEE ALSO

- [diagrid dev](./dev.md)	 - Run local code against Catalyst APIs
