# DockerRestartContainerRequest ## Example Usage ```typescript import { DockerRestartContainerRequest } from "dokploy/models/operations"; let value: DockerRestartContainerRequest = { containerId: "", }; ``` ## Fields | Field | Type | Required | Description | | ------------------ | ------------------ | ------------------ | ------------------ | | `containerId` | *string* | :heavy_check_mark: | N/A |