Test Start Hook
Environments
Test Start Hook
Runs the supplied start hook script in an isolated sandbox without persisting it, and returns the full result once the hook finishes. Useful for short-lived clients (CLI, scripts) that prefer a single response over an SSE stream. Takes 30–90 seconds to return.
POST
Test Start Hook
Authorizations
API key authentication. Obtain your API key from the Replicas dashboard under Settings > API Keys.
Path Parameters
Environment UUID, or the literal string global.
Body
application/json
Shell script to execute (not persisted)
Response
Test executed
Result of running a start hook script in an isolated sandbox.