Skip to main content

deploys_functions

Creates, updates, deletes, gets or lists a deploys_functions resource.

Overview

Namedeploys_functions
TypeResource
Idnetlify.function.deploys_functions

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
uploadDeployFunctionexecdeploy_id, nameruntime, size

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
deploy_idstring
namestring
runtimestring
sizeinteger

Lifecycle Methods

OK

EXEC netlify.function.deploys_functions.uploadDeployFunction 
@deploy_id='{{ deploy_id }}' --required,
@name='{{ name }}' --required,
@runtime='{{ runtime }}',
@size='{{ size }}'
;