delete_directory
Remove a directory inside the workspace. Set recursive to true to delete non-empty directories and all their contents.
Instructions
Delete a directory inside the workspace.
Args: path: Directory to delete, relative to the workspace root. recursive: Required to be True to delete a non-empty directory and everything inside it. The workspace root itself can never be deleted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| recursive | No |