Skip to main content

removeRemoteReference

form schema

Remove a remote reference from an instance.

The reference can only be removed if no provisioned instances are connected through it. Removing the last remote reference resets the instance status from EXTERNAL back to INITIALIZED.

removeRemoteReference(
organizationId: ID!
input: RemoveRemoteReferenceInput!
): RemoteReferencePayload

Form Schema

This mutation supports dynamic form generation using JSON Schema.

Loading schema...

Arguments

removeRemoteReference.organizationId ● ID! non-null scalar {#organization-id}

Your organization ID

removeRemoteReference.input ● RemoveRemoteReferenceInput! non-null input {#input}

Remove a remote reference from an instance. The reference can only be removed if no provisioned instances are connected through it.

Type

RemoteReferencePayload object