Skip to main content

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

HeaderDescriptionType
api-keyYour API Key for request authorization.string

Request Body Attributes

ParameterDescriptionType
addressOptional. The address of the server to delete.str

Request

Body (JSON)

{
"address": "ca19d63e1cd44b2"
}