Skip to main content
PATCH
/
module
/
instance
/
{instance_id}
Update Module Instance
curl --request PATCH \
  --url https://api.getoutbox.ai/module/instance/{instance_id} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "instance_name": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.getoutbox.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

instance_id
string
required

The ID of the module instance

Body

application/json

Module instance update details

instance_name
string

New name for the instance

Response

Module instance updated successfully