mirror of
https://github.com/LukeHagar/Dokploy-ts-sdk.git
synced 2025-12-06 04:19:37 +00:00
19 lines
2.0 KiB
Markdown
19 lines
2.0 KiB
Markdown
# RedisChangeStatusRequest
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { RedisChangeStatusRequest } from "dokploy/models/operations";
|
|
|
|
let value: RedisChangeStatusRequest = {
|
|
redisId: "<id>",
|
|
applicationStatus: "idle",
|
|
};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
|
|
| `redisId` | *string* | :heavy_check_mark: | N/A |
|
|
| `applicationStatus` | [operations.RedisChangeStatusApplicationStatus](../../models/operations/redischangestatusapplicationstatus.md) | :heavy_check_mark: | N/A | |