mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
485 B
485 B
DockerRestartContainerRequest
Example Usage
import { DockerRestartContainerRequest } from "dokploy/models/operations";
let value: DockerRestartContainerRequest = {
containerId: "<id>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
containerId |
string | ✔️ | N/A |