Skip to main content
POST
/
pipeline
/
account
/
local-deploy
/
config
Post client config
curl --request POST \
  --url https://api.mezmo.com/v3/pipeline/account/local-deploy/config \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "edge_id": "<string>",
  "replica": "<string>",
  "namespace": "<string>",
  "name": "<string>",
  "deployment_group": "<string>",
  "ports": [
    123
  ],
  "version": "<string>",
  "chart_version": "<string>",
  "vector_version": "<string>",
  "uptime_sec": 123
}
'

Documentation Index

Fetch the complete documentation index at: https://mezmo-9a59581a-mintlify-926f893d.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

Enter your token in the format: Token mytokengoeshere

Body

application/json
edge_id
string
Pattern: ^[a-zA-Z0-9-.]{1,253}$
replica
string
Pattern: ^[a-zA-Z0-9-.]{1,253}$
namespace
string
Pattern: ^[a-zA-Z0-9-.]{1,253}$
name
string
Pattern: ^[a-zA-Z0-9-.]{1,253}$
deployment_group
string
Pattern: ^[a-zA-Z0-9-_]{1,256}$
ports
integer[]
version
string
chart_version
string
vector_version
string
uptime_sec
integer

Response

200

Default Response