local_dev_cleanup
Remove unused files and data from a local development environment to free up space and maintain organization. Supports cleaning by specifying an environment identifier.
Instructions
Clean up a local development environment
Input Schema
Name | Required | Description | Default |
---|---|---|---|
env_id | Yes | Environment identifier |
Input Schema (JSON Schema)
{
"properties": {
"env_id": {
"description": "Environment identifier",
"type": "string"
}
},
"required": [
"env_id"
],
"type": "object"
}