Execute cli command on wp installation ([Deprecated])Ask AIpost https://api.rocket.net/v1/sites/{id}/cli[Deprecated]: Use /sites/{id}/wpcli instead.Path ParamsidintegerrequiredID of the Site you are interacting withBody ParamsExecuteCli.commandstringrequiredName of the wp cli command to execute: examples: admin, cache, cap, post, user. i.e. wp post gives us postactionstringAction to execute. i.e. wp post meta gives us metavaluestringValue(s) to pass to the commandparamsstringAdditional parameters to pass to the commandResponses 200OK 400Bad Request 401Authentication failed 403Not authorized to access endpoint 404Given site not found for user 405Invalid input 500Internal errorUpdated 6 months ago