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