|
2 | 2 |
|
3 | 3 | > Auto-generated from the [Dokploy OpenAPI spec](https://docs.dokploy.com/openapi.json). Run `pnpm generate` to update. |
4 | 4 |
|
5 | | -- **Total Tools**: 519 |
| 5 | +- **Total Tools**: 524 |
6 | 6 | - **Categories**: 48 |
7 | 7 |
|
8 | 8 | ## Categories |
|
19 | 19 | - [customRole](#customRole) (6 tools) |
20 | 20 | - [deployment](#deployment) (8 tools) |
21 | 21 | - [destination](#destination) (6 tools) |
22 | | -- [docker](#docker) (9 tools) |
| 22 | +- [docker](#docker) (12 tools) |
23 | 23 | - [domain](#domain) (9 tools) |
24 | 24 | - [environment](#environment) (7 tools) |
25 | 25 | - [gitea](#gitea) (8 tools) |
|
38 | 38 | - [port](#port) (4 tools) |
39 | 39 | - [postgres](#postgres) (16 tools) |
40 | 40 | - [previewDeployment](#previewDeployment) (4 tools) |
41 | | -- [project](#project) (8 tools) |
| 41 | +- [project](#project) (9 tools) |
42 | 42 | - [redirects](#redirects) (4 tools) |
43 | 43 | - [redis](#redis) (16 tools) |
44 | 44 | - [registry](#registry) (7 tools) |
|
49 | 49 | - [settings](#settings) (51 tools) |
50 | 50 | - [sshKey](#sshKey) (7 tools) |
51 | 51 | - [sso](#sso) (10 tools) |
52 | | -- [stripe](#stripe) (7 tools) |
| 52 | +- [stripe](#stripe) (8 tools) |
53 | 53 | - [swarm](#swarm) (4 tools) |
54 | 54 | - [tag](#tag) (8 tools) |
55 | 55 | - [user](#user) (23 tools) |
|
244 | 244 | | Tool | Method | Parameters | |
245 | 245 | |------|--------|------------| |
246 | 246 | | `docker-getContainers` | GET | `serverId`? | |
247 | | -| `docker-restartContainer` | POST | `containerId` (string) | |
| 247 | +| `docker-restartContainer` | POST | `containerId` (string), `serverId`? | |
| 248 | +| `docker-startContainer` | POST | `containerId` (string), `serverId`? | |
| 249 | +| `docker-stopContainer` | POST | `containerId` (string), `serverId`? | |
| 250 | +| `docker-killContainer` | POST | `containerId` (string), `serverId`? | |
248 | 251 | | `docker-removeContainer` | POST | `containerId` (string), `serverId`? | |
249 | 252 | | `docker-getConfig` | GET | `containerId` (string), `serverId`? | |
250 | 253 | | `docker-getContainersByAppNameMatch` | GET | `appName` (string), `appType`?, `serverId`? | |
|
554 | 557 | | `project-one` | GET | `projectId` (string) | |
555 | 558 | | `project-all` | GET | None | |
556 | 559 | | `project-allForPermissions` | GET | None | |
| 560 | +| `project-homeStats` | GET | None | |
557 | 561 | | `project-search` | GET | +5 optional | |
558 | 562 | | `project-remove` | POST | `projectId` (string) | |
559 | 563 | | `project-update` | POST | `projectId` (string), +5 optional | |
|
743 | 747 | | `stripe-createCustomerPortalSession` | POST | None | |
744 | 748 | | `stripe-upgradeSubscription` | POST | `tier` ("hobby" | "startup"), `serverQuantity` (number), `isAnnual` (boolean) | |
745 | 749 | | `stripe-canCreateMoreServers` | GET | None | |
| 750 | +| `stripe-updateInvoiceNotifications` | POST | `enabled` (boolean) | |
746 | 751 | | `stripe-getInvoices` | GET | None | |
747 | 752 |
|
748 | 753 | ## swarm |
|
779 | 784 | | `user-haveRootAccess` | GET | None | |
780 | 785 | | `user-getBackups` | GET | None | |
781 | 786 | | `user-getServerMetrics` | GET | None | |
782 | | -| `user-update` | POST | +24 optional | |
| 787 | +| `user-update` | POST | +25 optional | |
783 | 788 | | `user-getUserByToken` | GET | `token` (string) | |
784 | 789 | | `user-getMetricsToken` | GET | None | |
785 | 790 | | `user-remove` | POST | `userId` (string) | |
|
0 commit comments