MedStack Control

    • Go to MedStack Control →

    MedStack Control Developer Hub

    Featuring comprehensive guides and discussion threads, our developer hub is a community tool to help teams build and scale compliant digital health applications in the cloud on MedStack Control.

    v1.0.0
      HomeDocsAPI ReferenceDiscussions
    HomeDocsRecipesAPI ReferenceReferenceChangelogDiscussionsPage Not FoundSearch{{ state.current().meta.title }}API Logs
      HomeDocsAPI ReferenceDiscussions
    discard

    Get started

    • About MedStack Control
      • How billing works
    • Before you build
    • Technical overview

    Dashboard Quickstart

    • Setup
      • Company settings
      • Teammates & Roles
    • Build
      • Clusters
      • Nodes
      • Databases
      • Object storage
      • Docker
    • Deploy
      • Docker configuration
      • Load balancer
      • Services
    • Maintain

    API Quickstart

    • Authentication
    • API reference

    How-to

    • Connect to a database
    • Go to Production

    Articles

    • DB containers vs DB servers

    Videos

    • Set up 2FA
    • Create and use Docker secrets

    Get started

    • About MedStack Control
      • How billing works
    • Before you build
    • Technical overview

    Dashboard Quickstart

    • Setup
      • Company settings
      • Teammates & Roles
    • Build
      • Clusters
      • Nodes
      • Databases
      • Object storage
      • Docker
    • Deploy
      • Docker configuration
      • Load balancer
      • Services
    • Maintain

    API Quickstart

    • Authentication
    • API reference

    How-to

    • Connect to a database
    • Go to Production

    Articles

    • DB containers vs DB servers

    Videos

    • Set up 2FA
    • Create and use Docker secrets

    MedStack Inc. API v1

    • /companies/current
      • get
        Retrieve current company
    • /companies/{company_id}/clusters
      • get
        Get a list of clusters
    • /companies/{company_id}/clusters/{cluster_id}
      • get
        Get a cluster
    • /companies/{company_id}/clusters/{cluster_id}/services
      • get
        Get a list of services
      • post
        Create a service
    • /companies/{company_id}/clusters/{cluster_id}/services/{service_id}
      • get
        Get a service
      • put
        Update a service
      • patch
        Update a service
      • delete
        Delete a service
    • /companies/{company_id}/clusters/{cluster_id}/services/{service_id}/refresh_image
      • post
        Refresh server image
    • /companies/{company_id}/clusters/{cluster_id}/secrets
      • get
        Get a list of secrets
      • post
        Create a secret
    • /companies/{company_id}/clusters/{cluster_id}/secrets/{secret_id}
      • delete
        Delete a secret
    • /companies/{company_id}/clusters/{cluster_id}/configs
      • get
        Get a list of configs
      • post
        Create a config
    • /companies/{company_id}/clusters/{cluster_id}/configs/{config_id}
      • get
        Get a config
      • delete
        Delete a config
    • /companies/{company_id}/clusters/{cluster_id}/volumes
      • get
        Get a list of volumes
      • post
        Create a volume
    • /companies/{company_id}/clusters/{cluster_id}/volumes/{volume_id}
      • delete
        Delete a volume
    Powered by