LogoLogo
CtrlK
ProductResourcesGitHubStart free
  • Documentation
  • Learn
  • ZenML Pro
  • Stacks
  • API Reference
  • SDK Reference
  • Overview
  • OSS API
    • Getting Started
    • OSS API
      • Artifacts
      • Artifact versions
        • Batch
        • Visualize
      • Login
      • Logout
      • Device authorization
      • Api token
      • Code repositories
      • Logs
      • Models
        • Model versions
      • Model versions
        • Artifacts
        • Runs
      • Pipelines
        • Runs
      • Runs
        • Steps
        • Pipeline configuration
        • Status
        • Refresh
      • Run templates
        • Runs
      • Schedules
      • Secrets
      • Info
      • Service accounts
        • Api keys
        • Rotate
      • Service connectors
        • Verify
        • Client
        • Full stack resources
      • Services
      • Stacks
      • Components
      • Component types
      • Steps
        • Step configuration
        • Status
        • Logs
      • Tags
      • Users
        • Resource membership
      • Current user
    • OSS API Specification
  • Pro API
    • Getting Started
    • Pro API
      • Tenants
        • Deploy
        • Deactivate
        • Members
      • Tenant status
      • Users
        • Authorize server
        • Me
      • Invitations
      • Releases
      • Devices
        • Verify
      • Roles
        • Assignments
      • Permissions
      • Teams
        • Members
      • Organizations
        • Trial
        • Invitations
        • Members
        • Roles
        • Teams
        • Tenants
        • Tenant
        • Entitlement
        • Validation
          • Name
          • Tenant name
      • Health
      • Usage event
      • Usage batch
      • Stigg webhook
      • Auth
        • Login
        • Connections
        • Authorize
        • Callback
        • Logout
        • Device authorization
        • Api token
        • Tenant authorization
      • Rbac
        • Check permissions
        • Allowed resource ids
        • Resource members
      • Server
        • Info
    • Pro API Specification
Powered by GitBook
On this page

Was this helpful?

Edit on GitHub
  1. Pro API
  2. Pro API
  3. Server

Info

Server Info

get

Get information about the server.

Returns: Information about the server.

Responses
200
Successful Response
application/json
get
GET /server/info HTTP/1.1
Host: 
Accept: */*
200

Successful Response

{
  "deployment_type": "saas"
}
PreviousServer

Last updated 4 months ago

Was this helpful?