Amazon Deadline Cloud website screenshot

Amazon Deadline Cloud

Amazon Deadline Cloud is a fully managed render farm service that makes it easy to set up, deploy, and scale rendering workloads in AWS. It supports popular rendering and simulation applications, providing tools to submit, track, and manage rendering jobs at scale without managing infrastructure.

1 APIs 0 Features
ComputeMediaRenderingVisual Effects

APIs

Amazon Deadline Cloud API

The Amazon Deadline Cloud API provides programmatic access to manage farms, queues, fleets, jobs, and workers for cloud-based rendering and simulation workloads on AWS.

Collections

Pricing Plans

Rate Limits

Amazon Deadline Cloud Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Amazon Deadline Cloud Context

0 classes · 33 properties

JSON-LD

API Governance Rules

Amazon Deadline Cloud API Rules

20 rules · 13 errors 5 warnings 2 info

SPECTRAL

JSON Structure

Create Farm Request Structure

0 properties

JSON STRUCTURE

Create Farm Response Structure

0 properties

JSON STRUCTURE

Create Fleet Request Structure

0 properties

JSON STRUCTURE

Create Fleet Response Structure

0 properties

JSON STRUCTURE

Create Queue Request Structure

0 properties

JSON STRUCTURE

Create Queue Response Structure

0 properties

JSON STRUCTURE

Error Structure

0 properties

JSON STRUCTURE

Farm Structure

0 properties

JSON STRUCTURE

Fleet Structure

0 properties

JSON STRUCTURE

Job Structure

0 properties

JSON STRUCTURE

List Farms Response Structure

0 properties

JSON STRUCTURE

List Fleets Response Structure

0 properties

JSON STRUCTURE

List Jobs Response Structure

0 properties

JSON STRUCTURE

List Queues Response Structure

0 properties

JSON STRUCTURE

List Workers Response Structure

0 properties

JSON STRUCTURE

Queue Structure

0 properties

JSON STRUCTURE

Update Job Request Structure

0 properties

JSON STRUCTURE

Worker Structure

0 properties

JSON STRUCTURE

Example Payloads

Create Farm Request Example

2 fields

EXAMPLE

Create Farm Response Example

1 fields

EXAMPLE

Create Fleet Request Example

3 fields

EXAMPLE

Create Queue Request Example

2 fields

EXAMPLE

Error Example

2 fields

EXAMPLE

Farm Example

4 fields

EXAMPLE

Fleet Example

5 fields

EXAMPLE

Job Example

8 fields

EXAMPLE

List Farms Response Example

1 fields

EXAMPLE

List Fleets Response Example

1 fields

EXAMPLE

List Jobs Response Example

1 fields

EXAMPLE

List Queues Response Example

1 fields

EXAMPLE

Queue Example

5 fields

EXAMPLE

Update Job Request Example

1 fields

EXAMPLE

Worker Example

5 fields

EXAMPLE

Resources

🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
📜
TermsOfService
TermsOfService
📜
PrivacyPolicy
PrivacyPolicy
💬
Support
Support
👥
GitHubOrganization
GitHubOrganization
🌐
Console
Console
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
Contact
Contact

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon Deadline Cloud API
  version: Wed Oct 11 2023 20:00:00 GMT-0400 (Eastern Daylight Time)
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: Farms
    type: folder
  items:
  - info:
      name: List Farms
      type: http
    http:
      method: GET
      url: https://deadline.amazonaws.com/2023-10-12/farms
      params:
      - name: maxResults
        value: ''
        type: query
      - name: nextToken
        value: ''
        type: query
    docs: Lists all render farms in the account.
  - info:
      name: Create Farm
      type: http
    http:
      method: POST
      url: https://deadline.amazonaws.com/2023-10-12/farms
      body:
        type: json
        data: '{}'
    docs: Creates a new render farm in Amazon Deadline Cloud.
  - info:
      name: Get Farm
      type: http
    http:
      method: GET
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId
      params:
      - name: farmId
        value: ''
        type: path
    docs: Gets the details of a render farm.
  - info:
      name: Update Farm
      type: http
    http:
      method: PATCH
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId
      params:
      - name: farmId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Updates the details of a render farm.
  - info:
      name: Delete Farm
      type: http
    http:
      method: DELETE
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId
      params:
      - name: farmId
        value: ''
        type: path
    docs: Deletes a render farm.
- info:
    name: Queues
    type: folder
  items:
  - info:
      name: List Queues
      type: http
    http:
      method: GET
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/queues
      params:
      - name: farmId
        value: ''
        type: path
      - name: status
        value: ''
        type: query
      - name: maxResults
        value: ''
        type: query
      - name: nextToken
        value: ''
        type: query
    docs: Lists all queues in a render farm.
  - info:
      name: Create Queue
      type: http
    http:
      method: POST
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/queues
      params:
      - name: farmId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a job queue within a render farm.
  - info:
      name: Get Queue
      type: http
    http:
      method: GET
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/queues/:queueId
      params:
      - name: farmId
        value: ''
        type: path
      - name: queueId
        value: ''
        type: path
    docs: Gets the details of a job queue.
  - info:
      name: Update Queue
      type: http
    http:
      method: PATCH
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/queues/:queueId
      params:
      - name: farmId
        value: ''
        type: path
      - name: queueId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Updates the details of a job queue.
  - info:
      name: Delete Queue
      type: http
    http:
      method: DELETE
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/queues/:queueId
      params:
      - name: farmId
        value: ''
        type: path
      - name: queueId
        value: ''
        type: path
    docs: Deletes a job queue.
- info:
    name: Fleets
    type: folder
  items:
  - info:
      name: List Fleets
      type: http
    http:
      method: GET
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/fleets
      params:
      - name: farmId
        value: ''
        type: path
      - name: status
        value: ''
        type: query
      - name: maxResults
        value: ''
        type: query
    docs: Lists all compute fleets in a render farm.
  - info:
      name: Create Fleet
      type: http
    http:
      method: POST
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/fleets
      params:
      - name: farmId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Creates a compute fleet within a render farm.
- info:
    name: Jobs
    type: folder
  items:
  - info:
      name: List Jobs
      type: http
    http:
      method: GET
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/queues/:queueId/jobs
      params:
      - name: farmId
        value: ''
        type: path
      - name: queueId
        value: ''
        type: path
      - name: maxResults
        value: ''
        type: query
      - name: nextToken
        value: ''
        type: query
    docs: Lists jobs in a queue.
  - info:
      name: Get Job
      type: http
    http:
      method: GET
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/queues/:queueId/jobs/:jobId
      params:
      - name: farmId
        value: ''
        type: path
      - name: queueId
        value: ''
        type: path
      - name: jobId
        value: ''
        type: path
    docs: Gets the details and current status of a rendering job.
  - info:
      name: Update Job
      type: http
    http:
      method: PATCH
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/queues/:queueId/jobs/:jobId
      params:
      - name: farmId
        value: ''
        type: path
      - name: queueId
        value: ''
        type: path
      - name: jobId
        value: ''
        type: path
      body:
        type: json
        data: '{}'
    docs: Updates a job's priority or lifecycle status.
- info:
    name: Workers
    type: folder
  items:
  - info:
      name: List Workers
      type: http
    http:
      method: GET
      url: https://deadline.amazonaws.com/2023-10-12/farms/:farmId/fleets/:fleetId/workers
      params:
      - name: farmId
        value: ''
        type: path
      - name: fleetId
        value: ''
        type: path
      - name: maxResults
        value: ''
        type: query
    docs: Lists workers in a compute fleet.
bundled: true