Skip to main content Link Search Menu Expand Document (external link)

Services overview

Services are the definitions of tasks to run on a swarm. Swarm mode must be enabled for these endpoints to work.

Added in v1.0.0


Table of contents


Errors

ServicesError (class)

Signature

export declare class ServicesError

Added in v1.0.0

isServicesError

Signature

export declare const isServicesError: (u: unknown) => u is ServicesError

Added in v1.0.0

Layers

ServicesLayer

Services are the definitions of tasks to run on a swarm. Swarm mode must be enabled for these endpoints to work.

Signature

export declare const ServicesLayer: Layer.Layer<
  Services,
  never,
  HttpClient.HttpClient<HttpClientError.HttpClientError, Scope>
>

Added in v1.0.0

Tags

Services (class)

Services are the definitions of tasks to run on a swarm. Swarm mode must be enabled for these endpoints to work.

Signature

export declare class Services

Added in v1.0.0