Skip to main content

Update a virtual machine group

PATCH 

/virtual_machine_groups/virtual_machine_group

Update a virtual machine group with the provided details

Scopes

  • virtual_machine_groups

OAuth2 Scopes

When using OAuth2 authentication, scopes are prefixed with api.katapult.io/core/v1/.

Request

Body

    virtual_machine_group

    object

    required

    All 'group[]' params are mutually exclusive, only one can be provided.

    id string

    properties

    object

    required

    name string
    segregate boolean
    auto_segregate boolean

Responses

Update a virtual machine group with the provided details

Schema

    virtual_machine_group

    object

    required

    id string
    name string
    segregate boolean
    auto_segregate boolean
    created_at integer
Loading...