RemoveRemoteReferenceInput
Remove a remote reference from an instance. The reference can only be removed if no provisioned instances are connected through it.
input RemoveRemoteReferenceInput {
field: String!
instanceId: ID!
}
Fields
RemoveRemoteReferenceInput.field ● String! non-null scalar {#field}
The resource field to remove the reference from
RemoveRemoteReferenceInput.instanceId ● ID! non-null scalar {#instance-id}
The instance the reference belongs to
Member Of
removeRemoteReference mutation