Delete project
Completely removes a Docker Compose project from the virtual machine, stopping all containers and cleaning up associated resources including networks, volumes, and images.
Completely removes a Docker Compose project from the virtual machine, stopping all containers and cleaning up associated resources including networks, volumes, and images.
This operation is irreversible and will delete all project data.
Use this when you want to permanently remove a project and free up system resources.
API Token authentication
Virtual Machine ID
1268054Docker Compose project name using alphanumeric characters, dashes, and underscores only
my-docker-projectSuccess response
Action ID
8123712Action name
action_nameAction state
successPossible values: 2025-02-27T11:54:00Z2025-02-27T11:58:00ZUnauthenticated response
Validation error response
Error response
DELETE /api/vps/v1/virtual-machines/{virtualMachineId}/docker/{projectName}/down HTTP/1.1
Host: developers.hostinger.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": 8123712,
"name": "action_name",
"state": "success",
"created_at": "2025-02-27T11:54:00Z",
"updated_at": "2025-02-27T11:58:00Z"
}Last updated
Was this helpful?