Delete existing deployment spaces that you don't require anymore.
Deleting deployment spaces from the user interface
Before you delete a deployment space, you must delete all the deployments that are associated with it. Only a project admin can delete a deployment space. For more information, see Deployment space collaborator roles and permissions.
To remove a deployment space, follow these steps:
- From the navigation menu, click Deployments.
- In the deployments list, click the Spaces tab and find the deployment space that you want to delete.
- Hover over the deployment space, select the menu (
) icon, and click Delete.
- In the confirmation dialog box, click Delete.
Deleting deployment spaces programmatically
You can delete deployment spaces programmatically with the Watson Data API. To delete multiple deployment spaces at once, you can supply a list of deployment space IDs that you want to delete and use the loop operation to delete the deployment spaces at once. For more information, see Deleting a deployment space in the Watson Data API documentation.
Learn more
To learn more about how to clean up a deployment space and delete it programmatically, refer to:
Parent topic: Deployment spaces