Delete an instance
Last updated on
If a STACKIT Server instance is no longer needed, it can be easily deleted. This page describes how this works and what to look out for.
Delete a server:
Section titled “Delete a server:”- On the project overview navigate to Computing —> Server.
- Option 1 From the list of your servers click on the three dots button at the right end and choose Delete.
- Option 2 Choose the server you want to delete. Once entered in Overview tab you can choose the Delete icon on top-right corner.
- Confirm the deletion of the instance.
Delete a server via API:
Section titled “Delete a server via API:”DELETE https://iaas.api.stackit.cloud/v2/projects/{projectId}/regions/{region}/servers/<serverId>API Reference: DeleteServer.
Delete a server via CLI:
Section titled “Delete a server via CLI:”stackit server delete SERVER_ID [flags]Command line examples:
Section titled “Command line examples:”Delete server with ID "xxx"$ stackit server delete xxxCLI Refference: DeleteServerCLI.