POST /v1/installations/{installationId}/resources/{resourceId}/repl
The REPL is a command-line interface on the Store Details page that allows customers to directly interact with their resource. This endpoint is used to run commands on a specific resource.
/v1/installations/{installationId}/resources/{resourceId}/repl 1 const response = await fetch ( '/v1/installations/string/resources/string/repl' , {
4 'Authorization' : 'Bearer YOUR_ACCESS_TOKEN' ,
5 'Content-Type' : 'application/json' ,
13 const data = await response . json ( ) ;
Copy as Markdown Give feedback Ask AI about this page /v1/installations/{installationId}/resources/{resourceId}/repl 1 const response = await fetch ( '/v1/installations/string/resources/string/repl' , {
4 'Authorization' : 'Bearer YOUR_ACCESS_TOKEN' ,
5 'Content-Type' : 'application/json' ,
13 const data = await response . json ( ) ;
Authorization User Authentication
Default authentication mechanism
installationId string Required
X-Vercel-Auth string Optional
The auth style used in the request (system, user, etc)
Idempotency-Key string Optional
A unique key to identify a request across multiple retries
This endpoint expects an object.
Return result of running REPL command
403 Operation failed because the authentication is not allowed to perform this operation