Preview

retryFunctionProvisioning is in Preview status and is subject to change without notice. For more information about Preview status, see the GraphQL API policy.

retryFunctionProvisioning

Retry the provisioning of an existing Function. Useful in case an error happened with the first provisioning attempt.

This page contains

    Authorization Rules

    This request requires authorization with at least one of the following scopes:

    Scopes

    ROLE_CHANNEL_ADMIN

    ROLE_PARTNER

    Arguments

    input RetryFunctionProvisioningInput! PREVIEW

    RetryFunctionProvisioningInput fields

    id ID!

    Identifier of the function to retry the provisioning.

    Return Fields

    function Function PREVIEW

    The function that was provisioned.

    userErrors [RetryFunctionProvisioningError!] PREVIEW

    User errors preventing the provisioning of the function.

    Interactive example

    This is an example mutation query. Use the embedded interactive tool below to edit the query.

    Hint: use Ctrl + Space for autocompleting fields.