Disables the PolarClaw plugin.
Try it now
Test
RAM authorization
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| ApplicationId |
string |
Yes |
The application ID. |
pa-************** |
| PluginId |
string |
Yes |
The ID of the plugin to disable. |
openclaw-lark |
| Restart |
boolean |
No |
Specifies whether to restart the gateway. Default value: true. |
true |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
The response object. |
||
| RequestId |
string |
The request ID. |
580EF224-9647-59E7-9950-D9EBFD6A2921 |
| Message |
string |
The response message. |
successful |
| Code |
integer |
The status code. |
200 |
| ApplicationId |
string |
The application ID. |
pa-************** |
| Ok |
boolean |
Indicates whether the operation was successful. |
true |
| PluginId |
string |
The ID of the disabled plugin. |
openclaw-lark |
| Restarted |
boolean |
Indicates whether the gateway was restarted. |
true |
Examples
Success response
JSON format
{
"RequestId": "580EF224-9647-59E7-9950-D9EBFD6A2921",
"Message": "successful",
"Code": 200,
"ApplicationId": "pa-**************",
"Ok": true,
"PluginId": "openclaw-lark",
"Restarted": true
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.