environment delete
Usage​
tecton environment delete [OPTIONS]
Description​
Deletes a specified Python environment. You can specify the environment either by name or by id.
Options​
Flag | Description |
---|---|
-n, --name | The name of the environment to delete |
-i, --environment-id | The ID of the environment to be deleted |
-h, --help | Show command usage and available options |
Examples​
Delete an environment by name:
tecton environment delete --name my-custom-env
Delete an environment by environment ID:
tecton environment delete --environment-id 12345