Delete a Container
Overview
The "Delete a Container" API endpoint allows you to delete a deployed container. This endpoint removes a container from the system based on the provided parameters like tunnel name and tunnel data. Use this endpoint to manage and clean up resources once they are no longer needed.
Example
- Method:
DELETE
Endpoint
https://api.gpulab.ai/container
Headers
Header | Description | Type |
---|---|---|
api-key | Your API Key for request authorization. | string |
Request Body Attributes
Parameter | Description | Type |
---|---|---|
address | Optional. The address of the server to delete. | str |
Request
Body (JSON)
{
"address": "ca19d63e1cd44b2"
}