> For the complete documentation index, see [llms.txt](https://docs.hostinger.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hostinger.com/api-reference/endpoints/vps/docker-manager.md).

# Docker Manager

Manage Docker Compose projects directly on your VPS instances.

Manage Docker Compose projects directly on your VPS instances. This feature is only available for VPS instances using Docker OS templates and is currently experimental - breaking changes may occur in future updates. It enables you to programmatically deploy projects from docker-compose.yml files by providing either a URL (including GitHub repositories) or the compose file contents directly. Control project lifecycle (start/stop/restart/update/delete) and retrieve runtime information including container lists, project details, and aggregated logs. All operations are scoped to a specific virtual machine for multi-tenant management.

* `GET` [Get project containers](/api-reference/endpoints/vps/docker-manager/get-project-containers.md)
* `GET` [Get project contents](/api-reference/endpoints/vps/docker-manager/get-project-contents.md)
* `DELETE` [Delete project](/api-reference/endpoints/vps/docker-manager/delete-project.md)
* `GET` [Get project list](/api-reference/endpoints/vps/docker-manager/get-project-list.md)
* `POST` [Create new project](/api-reference/endpoints/vps/docker-manager/create-new-project.md)
* `GET` [Get project logs](/api-reference/endpoints/vps/docker-manager/get-project-logs.md)
* `POST` [Restart project](/api-reference/endpoints/vps/docker-manager/restart-project.md)
* `POST` [Start project](/api-reference/endpoints/vps/docker-manager/start-project.md)
* `POST` [Stop project](/api-reference/endpoints/vps/docker-manager/stop-project.md)
* `POST` [Update project](/api-reference/endpoints/vps/docker-manager/update-project.md)
