/
/Sencho API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 43m ago · Updated 3w ago
API Tokens3
Containers5
Fleet16
  • getGet the Docker label inventory for the active node
  • getGet the Docker label inventory aggregated across the fleet
  • getFleet overview
  • getList stacks on a fleet node
  • getList containers in a fleet node stack
  • getFleet update status
  • postSkip a node version
  • deleteClear a node version skip
  • getRelease notes for the latest Sencho version
  • postTrigger node update
  • postUpdate all outdated nodes
  • getList fleet snapshots
  • postCreate fleet snapshot
  • getGet snapshot details
  • deleteDelete snapshot
  • postRestore from snapshot
Health3
Image Updates4
Nodes7
Registries6
Scheduled Tasks9
Stacks30
Webhooks6
    Fleet

    List stacks on a fleet node

    Returns stack names from a specific fleet node.

    get/api/fleet/node/{nodeId}/stacks

    Path parameters

    nodeIdinteger required

    Response

    Array of stack names.

    string[] required

    Changes