Create Laravel Maintenance integration
Integrations
Create Laravel Maintenance integration
Enable maintenance mode for the site.
Processing mode: async
POST
Create Laravel Maintenance integration
Documentation Index
Fetch the complete documentation index at: https://forge.laravel.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
The organization slug
The server ID
The site ID
Body
application/json
The HTTP status code that should be returned while in maintenance mode.
Available options:
304, 307, 410, 503 Example:
503
The secret phrase that allows access to the application while in maintenance mode.
Example:
"my-secret-phrase"
The redirect URL to which all requests should be sent while in maintenance mode.
Example:
"https://example.com/maintenance"