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