Skip to main content
Glama
zenml-io

ZenML MCP Server

Official
by zenml-io

list_deployments

Retrieve and filter deployments in a ZenML workspace to monitor runtime status, serving pipelines, and provisioned resources with paginated results.

Instructions

List all deployments in the ZenML workspace.

Deployments show what's currently serving/provisioned with runtime status.

Returns JSON including pagination metadata (items, total, page, size).

Args:
    sort_by: The field to sort the deployments by
    page: The page number to return
    size: The number of deployments to return
    logical_operator: The logical operator to use for combining filters
    created: Filter by creation date
    updated: Filter by last update date
    name: Filter by deployment name
    status: Filter by deployment status (e.g., "running", "error")
    url: Filter by deployment URL
    pipeline: Filter by pipeline name or ID
    snapshot_id: Filter by source snapshot ID
    tag: Filter by tag
    project: Optional project scope (defaults to active project)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sort_byNodesc:created
pageNo
sizeNo
logical_operatorNoand
createdNo
updatedNo
nameNo
statusNo
urlNo
pipelineNo
snapshot_idNo
tagNo
projectNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/zenml-io/mcp-zenml'

If you have feedback or need assistance with the MCP directory API, please join our Discord server