Cloud Functions
Overview
Provides a Command-line Interface (CLI) that supports programmatic use of IaaS/PaaS products provided by SCP.
This guide provides a brief description of Cloud Function service and how to call CLI.
Version
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Status | Not Before |
|---|
| 1.4 | CURRENT | - |
| 1.3 | SUPPORTED | 20260830 |
| 1.2 | DEPRECATED | 20260630 |
| 1.1 | DEPRECATED | 20260430 |
| 1.0 | DEPRECATED | 20251231 |
CLI Version History
1.4
Cloud Functions has been updated to version 1.4.
Changes
- [Changed]
scf cloud-function list - Cloud Functions list retrieval API has been changed. - Response model has been changed to
CloudFunctionForListV1Dot4. - The following fields are added to the response:
- [Changed]
scf cloud-function show - Cloud Functions detail retrieval API has been changed. - Response model has been changed to
CloudFunctionShowResponseV1Dot4. - The following fields are added to the response:
cloud_function.eots_datecloud_function.eots_state
- [Changed]
scf cloud-function runtime list - Runtime list retrieval API has been changed. - Response model has been changed to
RuntimeListResponseV1Dot4. - The following fields are added to the response:
runtimes.eots_dateruntimes.eots_state
- [Changed]
scf cloud-function sample-codes show - Blueprint list retrieval API has been changed. - Response model has been changed to
SampleCodesListResponseV1Dot4. - The following fields are added to the response:
sample_codes.eots_datesample_codes.eots_state
1.3
Cloud Functions has been updated to version 1.3.
Changes
- [New]
scf cloud-function config show - General config retrieval API has been added. - [Changed]
cloud-function config set - General config update API has been changed. - Required action has been changed as follows:
- [New]
scf cloud-function environment variables list - Environment variables list retrieval API has been added. - [Changed]
scf cloud-function variables set - Environment variables update API has been changed. - Required action has been changed as follows:
- [New]
scf cloud-function url show - URL config retrieval API has been added. - [Changed]
scf cloud-function url set - URL config update API has been changed. - Required action has been changed as follows:
- Response model has been changed to
FunctionUrlV1Dot3. - The following fields are added to the response:
- [New]
scf privatelink-service show - PrivateLink Service retrieval API has been added. - [Changed]
scf privatelink-service set - PrivateLink Service update API has been changed. - Response model has been changed to
PrivateLinkServiceV1Dot3. - The following fields are added to the response:
privatelink_service_stateprivatelink_service_auth_type
- [New]
scf privatelink-endpoint list - PrivateLink Endpoint list retrieval API has been added. - [New]
scf resource policy show - Resource Policy retrieval API has been added. - [New]
scf resource policy set - Resource Policy setting API has been added. - [New]
scf resource policy delete - Resource Policy deletion API has been added.
1.2
Cloud Functions has been updated to version 1.2.
Changes
- [Changed]
scf cloud-function configuration show - Show Cloud Function Configuration API has been changed. - Response model has been changed to
ConfigurationV1Dot2. - The following fields are added to the response:
privatelink_serviceprivatelink_endpoints
- [New]
scf privatelink-service set - PrivateLink Service update API has been added. - [New]
scf privatelink-endpoint create - PrivateLink Endpoint creation API has been added. - [New]
scf privatelink-endpoint approve - PrivateLink Endpoint approval/rejection API has been added. - [New]
scf privatelink-endpoint connect - PrivateLink Endpoint reconnection/disconnection API has been added. - [New]
scf privatelink-endpoint request - PrivateLink Endpoint connection re-request/cancellation API has been added. - [New]
scf privatelink-endpoint delete - PrivateLink Endpoint deletion API has been added.
1.1
Cloud Functions has been updated to version 1.1.
Changes
- [New]
scf cloud-function code-file set - Cloud function code file upload API has been added.
1.0
Cloud Functions version 1.0 has been released.
Changes
- [New]
scf cloud-function list - List Cloud Functions API has been added. - [New]
scf cloud-function create - Create Cloud Function API has been added. - [New]
scf cloud-function duplication show - Check Function Name Duplication API has been added. - [New]
scf cloud-function runtime list - List Runtimes API has been added. - [New]
scf cloud-function sample-codes show - List Sample Codes API has been added. - [New]
scf cloud-function delete - Delete Cloud Function API has been added. - [New]
scf cloud-function show - Show Cloud Function API has been added. - [New]
scf cloud-function code show - Show Cloud Function Code API has been added. - [New]
scf cloud-function code set - Update Cloud Function Code API has been added. - [New]
scf cloud-function configuration show - Show Cloud Function Configuration API has been added. - [New]
scf cloud-function config set - Update Cloud Function Config API has been added. - [New]
scf cloud-function variables set - Update Cloud Function Variables API has been added. - [New]
scf cloud-function url set - Update Cloud Function Url API has been added. - [New]
scf cloud-function logs show - Show Cloud Function Logs API has been added. - [New]
scf cloud-function metrics show - Show Cloud Function Metrics API has been added. - [New]
scf cloud-function trigger list - List Cloud Function Triggers API has been added. - [New]
scf cloud-function apigateway trigger create - Create Cloud Function Apigateway Trigger API has been added. - [New]
scf cloud-function cronjob trigger create - Create Cloud Function Cronjob Trigger API has been added. - [New]
scf cloud-function cronjob trigger set - Update Cloud Function Cronjob Trigger API has been added. - [New]
scf cloud-function trigger delete - Delete Cloud Function Trigger API has been added. - [New]
scf cloud-function trigger show - Show Cloud Function Trigger API has been added.
1 - CLIs
1.1 - Approve PrivateLink Endpoint
1.1.1 - 1.4
scp-cli scf privatelink-endpoint approve
--endpoint_id <value>
--cloud_function_id <value>
--type <value>
Description
approve PrivateLink Endpoint
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
type required | string | Type | APPROVE |
1.1.2 - 1.3
scp-cli scf privatelink-endpoint approve
--endpoint_id <value>
--cloud_function_id <value>
--type <value>
Description
approve PrivateLink Endpoint
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
type required | string | Type | APPROVE |
1.1.3 - 1.2
scp-cli scf privatelink-endpoint approve
--endpoint_id <value>
--cloud_function_id <value>
--type <value>
Description
approve PrivateLink Endpoint
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
type required | string | Type | APPROVE |
1.2 - Check Function Name Duplication
1.2.1 - 1.4
scp-cli scf cloud-function duplication show
--name <value>
Description
check name duplication
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Name | sample-function-name |
Responses
| Name | Description | Example |
|---|
| result | Result | True |
1.2.2 - 1.3
scp-cli scf cloud-function duplication show
--name <value>
Description
check name duplication
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Name | sample-function-name |
Responses
| Name | Description | Example |
|---|
| result | Result | True |
1.2.3 - 1.2
scp-cli scf cloud-function duplication show
--name <value>
Description
check name duplication
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Name | sample-function-name |
Responses
| Name | Description | Example |
|---|
| result | Result | True |
1.2.4 - 1.1
scp-cli scf cloud-function duplication show
--name <value>
Description
check name duplication
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Name | sample-function-name |
Responses
| Name | Description | Example |
|---|
| result | Result | True |
1.2.5 - 1.0
scp-cli scf cloud-function duplication show
--name <value>
Description
check name duplication
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
name required | string | Name | sample-function-name |
Responses
| Name | Description | Example |
|---|
| result | Result | True |
1.3 - Connect PrivateLink Endpoint
1.3.1 - 1.4
scp-cli scf privatelink-endpoint connect
--endpoint_id <value>
--cloud_function_id <value>
--type <value>
Description
connect PrivateLink Endpoint
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
type required | string | Type | RECONNECT |
1.3.2 - 1.3
scp-cli scf privatelink-endpoint connect
--endpoint_id <value>
--cloud_function_id <value>
--type <value>
Description
connect PrivateLink Endpoint
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
type required | string | Type | RECONNECT |
1.3.3 - 1.2
scp-cli scf privatelink-endpoint connect
--endpoint_id <value>
--cloud_function_id <value>
--type <value>
Description
connect PrivateLink Endpoint
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
type required | string | Type | RECONNECT |
1.4 - Create Cloud Function
1.4.1 - 1.4
scp-cli scf cloud-function create
--runtime <value>
--name <value>
--content <value>
[--tags <value>]
Description
create a cloud_function
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
runtime required | string | Runtime | Node.js:20 |
name required | string | Name | sample-function-name |
content required | string | Code content | sample |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| message | Description | Description |
| state | Cloud function state | READY |
1.4.2 - 1.3
scp-cli scf cloud-function create
--runtime <value>
--name <value>
--content <value>
[--tags <value>]
Description
create a cloud_function
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
runtime required | string | Runtime | Node.js:20 |
name required | string | Name | sample-function-name |
content required | string | Code content | sample |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| message | Description | Description |
| state | Cloud function state | READY |
1.4.3 - 1.2
scp-cli scf cloud-function create
--runtime <value>
--name <value>
--content <value>
[--tags <value>]
Description
create a cloud_function
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
runtime required | string | Runtime | Node.js:20 |
name required | string | Name | sample-function-name |
content required | string | Code content | sample |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| message | Description | Description |
| state | Cloud function state | READY |
1.4.4 - 1.1
scp-cli scf cloud-function create
--runtime <value>
--name <value>
--content <value>
[--tags <value>]
Description
create a cloud_function
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
runtime required | string | Runtime | Node.js:20 |
name required | string | Name | sample-function-name |
content required | string | Code content | sample |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| message | Description | Description |
| state | Cloud function state | READY |
1.4.5 - 1.0
scp-cli scf cloud-function create
--runtime <value>
--name <value>
--content <value>
[--tags <value>]
Description
create a cloud_function
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
runtime required | string | Runtime | Node.js:20 |
name required | string | Name | sample-function-name |
content required | string | Code content | sample |
tags optional | array | Tag List | '{"key": "", "value": ""}' |
Responses
| Name | Description | Example |
|---|
| id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| message | Description | Description |
| state | Cloud function state | READY |
1.5 - Create Cloud Function Apigateway Trigger
1.5.1 - 1.4
scp-cli scf cloud-function apigateway trigger create
--cloud_function_id <value>
--apigateway_stage_name <value>
--apigateway_api_id <value>
Description
create cloud-function apigateway trigger
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
apigateway_stage_name required | string | Apigateway Stage Name | sample |
apigateway_api_id required | string | Apigateway API ID | 31e749b7b260868f441e862b |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.5.2 - 1.3
scp-cli scf cloud-function apigateway trigger create
--cloud_function_id <value>
--apigateway_stage_name <value>
--apigateway_api_id <value>
Description
create cloud-function apigateway trigger
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
apigateway_stage_name required | string | Apigateway Stage Name | sample |
apigateway_api_id required | string | Apigateway API ID | 31e749b7b260868f441e862b |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.5.3 - 1.2
scp-cli scf cloud-function apigateway trigger create
--cloud_function_id <value>
--apigateway_stage_name <value>
--apigateway_api_id <value>
Description
create cloud-function apigateway trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
apigateway_stage_name required | string | Apigateway Stage Name | sample |
apigateway_api_id required | string | Apigateway API ID | 31e749b7b260868f441e862b |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.5.4 - 1.1
scp-cli scf cloud-function apigateway trigger create
--cloud_function_id <value>
--apigateway_stage_name <value>
--apigateway_api_id <value>
Description
create cloud-function apigateway trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
apigateway_stage_name required | string | Apigateway Stage Name | sample |
apigateway_api_id required | string | Apigateway API ID | 31e749b7b260868f441e862b |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.5.5 - 1.0
scp-cli scf cloud-function apigateway trigger create
--cloud_function_id <value>
--apigateway_stage_name <value>
--apigateway_api_id <value>
Description
create cloud-function apigateway trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
apigateway_stage_name required | string | Apigateway Stage Name | sample |
apigateway_api_id required | string | Apigateway API ID | 31e749b7b260868f441e862b |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.6 - Create Cloud Function Cronjob Trigger
1.6.1 - 1.4
scp-cli scf cloud-function cronjob trigger create
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
create cloud-function cronjob trigger
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.6.2 - 1.3
scp-cli scf cloud-function cronjob trigger create
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
create cloud-function cronjob trigger
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.6.3 - 1.2
scp-cli scf cloud-function cronjob trigger create
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
create cloud-function cronjob trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.6.4 - 1.1
scp-cli scf cloud-function cronjob trigger create
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
create cloud-function cronjob trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.6.5 - 1.0
scp-cli scf cloud-function cronjob trigger create
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
create cloud-function cronjob trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| cloud_function_id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| triggers | Triggers | [] |
1.7 - Create PrivateLink Endpoint
1.7.1 - 1.4
scp-cli scf privatelink-endpoint create
--cloud_function_id <value>
--service_id <value>
--alias <value>
Description
create privateLink endpoint
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
service_id required | string | Service Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
alias required | string | Alias | sample |
Responses
| Name | Description | Example |
|---|
| endpoint | Endpoint | |
1.7.2 - 1.3
scp-cli scf privatelink-endpoint create
--cloud_function_id <value>
--service_id <value>
--alias <value>
Description
create privateLink endpoint
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
service_id required | string | Service Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
alias required | string | Alias | sample |
Responses
| Name | Description | Example |
|---|
| endpoint | Endpoint | |
1.7.3 - 1.2
scp-cli scf privatelink-endpoint create
--cloud_function_id <value>
--service_id <value>
--alias <value>
Description
create privateLink endpoint
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
service_id required | string | Service Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
alias required | string | Alias | sample |
Responses
| Name | Description | Example |
|---|
| endpoint | Endpoint | |
1.8 - Delete Cloud Function
1.8.1 - 1.4
scp-cli scf cloud-function delete
--cloud_function_id <value>
Description
delete a specific cloud_function
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.8.2 - 1.3
scp-cli scf cloud-function delete
--cloud_function_id <value>
Description
delete a specific cloud_function
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.8.3 - 1.2
scp-cli scf cloud-function delete
--cloud_function_id <value>
Description
delete a specific cloud_function
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.8.4 - 1.1
scp-cli scf cloud-function delete
--cloud_function_id <value>
Description
delete a specific cloud_function
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.8.5 - 1.0
scp-cli scf cloud-function delete
--cloud_function_id <value>
Description
delete a specific cloud_function
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.9 - Delete Cloud Function Trigger
1.9.1 - 1.4
scp-cli scf cloud-function trigger delete
--trigger_id <value>
--trigger_type <value>
--cloud_function_id <value>
Description
delete a specific cloud function trigger
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
trigger_type required | string | Trigger type | apigateway |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.9.2 - 1.3
scp-cli scf cloud-function trigger delete
--trigger_id <value>
--trigger_type <value>
--cloud_function_id <value>
Description
delete a specific cloud function trigger
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
trigger_type required | string | Trigger type | apigateway |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.9.3 - 1.2
scp-cli scf cloud-function trigger delete
--trigger_id <value>
--trigger_type <value>
--cloud_function_id <value>
Description
delete a specific cloud function trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
trigger_type required | string | Trigger type | apigateway |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.9.4 - 1.1
scp-cli scf cloud-function trigger delete
--trigger_id <value>
--trigger_type <value>
--cloud_function_id <value>
Description
delete a specific cloud function trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
trigger_type required | string | Trigger type | apigateway |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.9.5 - 1.0
scp-cli scf cloud-function trigger delete
--trigger_id <value>
--trigger_type <value>
--cloud_function_id <value>
Description
delete a specific cloud function trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
trigger_type required | string | Trigger type | apigateway |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.10 - Delete PrivateLink Endpoint
1.10.1 - 1.4
scp-cli scf privatelink-endpoint delete
--endpoint_id <value>
--cloud_function_id <value>
Description
delete privateLink endpoint
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.10.2 - 1.3
scp-cli scf privatelink-endpoint delete
--endpoint_id <value>
--cloud_function_id <value>
Description
delete privateLink endpoint
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.10.3 - 1.2
scp-cli scf privatelink-endpoint delete
--endpoint_id <value>
--cloud_function_id <value>
Description
delete privateLink endpoint
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.11 - Delete Resource Policy
1.11.1 - 1.4
scp-cli scf resource policy delete
--cloud_function_id <value>
Description
Delete resource policy
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.11.2 - 1.3
scp-cli scf resource policy delete
--cloud_function_id <value>
Description
Delete resource policy
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.12 - List Cloud Function Triggers
1.12.1 - 1.4
scp-cli scf cloud-function trigger list
--cloud_function_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--trigger_name <value>]
[--trigger_type <value>]
Description
list cloud-function triggers
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
trigger_name optional | string | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
trigger_type optional | string | Trigger type | apigateway |
Responses
| Name | Description | Example |
|---|
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.12.2 - 1.3
scp-cli scf cloud-function trigger list
--cloud_function_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--trigger_name <value>]
[--trigger_type <value>]
Description
list cloud-function triggers
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
trigger_name optional | string | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
trigger_type optional | string | Trigger type | apigateway |
Responses
| Name | Description | Example |
|---|
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.12.3 - 1.2
scp-cli scf cloud-function trigger list
--cloud_function_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--trigger_name <value>]
[--trigger_type <value>]
Description
list cloud-function triggers
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
trigger_name optional | string | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
trigger_type optional | string | Trigger type | apigateway |
Responses
| Name | Description | Example |
|---|
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.12.4 - 1.1
scp-cli scf cloud-function trigger list
--cloud_function_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--trigger_name <value>]
[--trigger_type <value>]
Description
list cloud-function triggers
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
trigger_name optional | string | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
trigger_type optional | string | Trigger type | apigateway |
Responses
| Name | Description | Example |
|---|
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.12.5 - 1.0
scp-cli scf cloud-function trigger list
--cloud_function_id <value>
[--sort <value>]
[--page <value>]
[--size <value>]
[--trigger_name <value>]
[--trigger_type <value>]
Description
list cloud-function triggers
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
trigger_name optional | string | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
trigger_type optional | string | Trigger type | apigateway |
Responses
| Name | Description | Example |
|---|
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.13 - List Cloud Functions
1.13.1 - 1.4
scp-cli scf cloud-function list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
[--runtime <value>]
Description
get cloud_functions list
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
name optional | string | Name | sample-function-name |
state optional | array | Cloud function state | R |
runtime optional | array | Runtime | N |
Responses
| Name | Description | Example |
|---|
| id | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| account_id | Account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| created_at | Created At | 2025-05-22T06:21:17.580522 |
| eots_date | EoTS Date | 2026-05-31T14:59:59.999999Z |
| eots_state | EoTS State | APPLIED |
| function_url | Cloud function Url | https://33b532c466824bcf9324101a3c6f3015.kr-west1.dev2.samsungsdscloud.com/cloudfunctions-hello |
| name | Cloud Functions name | sample |
| runtime | Runtime | Node.js:20 |
| state | Cloud function state | READY |
| user_id | User ID | 617b3d0e90c24a5fa1f65a3824861354 |
1.13.2 - 1.3
scp-cli scf cloud-function list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
[--runtime <value>]
Description
get cloud_functions list
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
name optional | string | Name | sample-function-name |
state optional | array | Cloud function state | R |
runtime optional | array | Runtime | N |
Responses
1.13.3 - 1.2
scp-cli scf cloud-function list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
[--runtime <value>]
Description
get cloud_functions list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
name optional | string | Name | sample-function-name |
state optional | array | Cloud function state | R |
runtime optional | array | Runtime | N |
Responses
1.13.4 - 1.1
scp-cli scf cloud-function list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
[--runtime <value>]
Description
get cloud_functions list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
name optional | string | Name | sample-function-name |
state optional | array | Cloud function state | R |
runtime optional | array | Runtime | N |
Responses
1.13.5 - 1.0
scp-cli scf cloud-function list
[--sort <value>]
[--page <value>]
[--size <value>]
[--name <value>]
[--state <value>]
[--runtime <value>]
Description
get cloud_functions list
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
sort optional | string | sort | name:asc |
page optional | integer | page | 0 |
size optional | integer | size | 20 |
name optional | string | Name | sample-function-name |
state optional | array | Cloud function state | R |
runtime optional | array | Runtime | N |
Responses
1.14 - List Environment Variables
1.14.1 - 1.4
scp-cli scf cloud-function environment variables list
--cloud_function_id <value>
[--sort <value>]
Description
list environment variables
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | Sort | key:asc |
Responses
| Name | Description | Example |
|---|
| key | Key | sample |
| value | Value | sample |
1.14.2 - 1.3
scp-cli scf cloud-function environment variables list
--cloud_function_id <value>
[--sort <value>]
Description
list environment variables
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | Sort | key:asc |
Responses
| Name | Description | Example |
|---|
| key | Key | sample |
| value | Value | sample |
1.15 - List PrivateLink Endpoint
1.15.1 - 1.4
scp-cli scf privatelink-endpoint list
--cloud_function_id <value>
[--sort <value>]
Description
list privateLink endpoint
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | Sort | endpoint_alias:asc |
Responses
| Name | Description | Example |
|---|
| endpoint_alias | Alias | sample |
| endpoint_id | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| service_id | Service Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| state | State | Active |
1.15.2 - 1.3
scp-cli scf privatelink-endpoint list
--cloud_function_id <value>
[--sort <value>]
Description
list privateLink endpoint
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | Sort | endpoint_alias:asc |
Responses
| Name | Description | Example |
|---|
| endpoint_alias | Alias | sample |
| endpoint_id | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| service_id | Service Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| state | State | Active |
1.16 - List Runtimes
1.16.1 - 1.4
scp-cli scf cloud-function runtime list
Description
list runtimes
State
ACTIVE (CURRENT)
Responses
| Name | Description | Example |
|---|
| base_image_seq | Base image sequence | 3 |
| eots_date | EoTS Date | 2026-05-31T14:59:59.999999Z |
| eots_state | EoTS State | APPLIED |
| name | Name | sample |
| version | Version | 1.0.0 |
1.16.2 - 1.3
scp-cli scf cloud-function runtime list
Description
list runtimes
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Responses
| Name | Description | Example |
|---|
| base_image_seq | Base image sequence | 3 |
| name | Name | sample |
| version | Version | 1.0.0 |
1.16.3 - 1.2
scp-cli scf cloud-function runtime list
Description
list runtimes
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Responses
| Name | Description | Example |
|---|
| base_image_seq | Base image sequence | 3 |
| name | Name | sample |
| version | Version | 1.0.0 |
1.16.4 - 1.1
scp-cli scf cloud-function runtime list
Description
list runtimes
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Responses
| Name | Description | Example |
|---|
| base_image_seq | Base image sequence | 3 |
| name | Name | sample |
| version | Version | 1.0.0 |
1.16.5 - 1.0
scp-cli scf cloud-function runtime list
Description
list runtimes
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Responses
| Name | Description | Example |
|---|
| base_image_seq | Base image sequence | 3 |
| name | Name | sample |
| version | Version | 1.0.0 |
1.17 - List Sample Codes
1.17.1 - 1.4
scp-cli scf cloud-function sample-codes show
Description
List sample codes
State
ACTIVE (CURRENT)
Responses
| Name | Description | Example |
|---|
| content | Code content | sample |
| default | Default | False |
| description | Description | sample |
| eots_date | EoTS Date | 2026-05-31T14:59:59.999999Z |
| eots_state | EoTS State | APPLIED |
| name | Name | sample |
| runtime | Runtime | Node.js:20 |
| seq | Sequence | 3 |
| version | Version | sample |
1.17.2 - 1.3
scp-cli scf cloud-function sample-codes show
Description
List sample codes
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Responses
| Name | Description | Example |
|---|
| content | Code content | sample |
| default | Default | False |
| description | Description | sample |
| name | Name | sample |
| runtime | Runtime | Node.js:20 |
| seq | Sequence | 3 |
| version | Version | sample |
1.17.3 - 1.2
scp-cli scf cloud-function sample-codes show
Description
List sample codes
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Responses
| Name | Description | Example |
|---|
| content | Code content | sample |
| default | Default | False |
| description | Description | sample |
| name | Name | sample |
| runtime | Runtime | Node.js:20 |
| seq | Sequence | 3 |
| version | Version | sample |
1.17.4 - 1.1
scp-cli scf cloud-function sample-codes show
Description
List sample codes
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Responses
| Name | Description | Example |
|---|
| content | Code content | sample |
| default | Default | False |
| description | Description | sample |
| name | Name | sample |
| runtime | Runtime | Node.js:20 |
| seq | Sequence | 3 |
| version | Version | sample |
1.17.5 - 1.0
scp-cli scf cloud-function sample-codes show
Description
List sample codes
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Responses
| Name | Description | Example |
|---|
| content | Code content | sample |
| default | Default | False |
| description | Description | sample |
| name | Name | sample |
| runtime | Runtime | Node.js:20 |
| seq | Sequence | 3 |
| version | Version | sample |
1.18 - Request PrivateLink Endpoint
1.18.1 - 1.4
scp-cli scf privatelink-endpoint request
--endpoint_id <value>
--cloud_function_id <value>
--type <value>
Description
request privatelink endpoint
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
type required | string | Type | CANCEL |
1.18.2 - 1.3
scp-cli scf privatelink-endpoint request
--endpoint_id <value>
--cloud_function_id <value>
--type <value>
Description
request privatelink endpoint
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
type required | string | Type | CANCEL |
1.18.3 - 1.2
scp-cli scf privatelink-endpoint request
--endpoint_id <value>
--cloud_function_id <value>
--type <value>
Description
request privatelink endpoint
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
endpoint_id required | string | Endpoint Id | 8c9f6c1c928a45b4bbd1e4da5531d656 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
type required | string | Type | CANCEL |
1.19 - Set Resource Policy
1.19.1 - 1.4
scp-cli scf resource policy set
--cloud_function_id <value>
--version <value>
--statement <value>
Description
Set resource policy
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
version required | string | Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
1.19.2 - 1.3
scp-cli scf resource policy set
--cloud_function_id <value>
--version <value>
--statement <value>
Description
Set resource policy
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
version required | string | Version | 2024-07-01 |
statement required | array | Statement | '{"Action": ["iam:*"], "Condition": {"StringEquals": {"scp:RequestedRegion": ["kr-west1"]}}, "Effect": "Allow", "NotAction": [], "Principal": [], "Resource": ["*"], "Sid": "Statement1"}' |
1.20 - Show Cloud Function
1.20.1 - 1.4
scp-cli scf cloud-function show
--cloud_function_id <value>
Description
show a specific cloud_function
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
1.20.2 - 1.3
scp-cli scf cloud-function show
--cloud_function_id <value>
Description
show a specific cloud_function
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
1.20.3 - 1.2
scp-cli scf cloud-function show
--cloud_function_id <value>
Description
show a specific cloud_function
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
1.20.4 - 1.1
scp-cli scf cloud-function show
--cloud_function_id <value>
Description
show a specific cloud_function
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
1.20.5 - 1.0
scp-cli scf cloud-function show
--cloud_function_id <value>
Description
show a specific cloud_function
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
1.21 - Show Cloud Function Code
1.21.1 - 1.4
scp-cli scf cloud-function code show
--cloud_function_id <value>
Description
show a specific cloud_function code
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| class_name | Class Name | com.example.Handler |
| code_text | Code Text | ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM== |
| code_type | Code Type | text |
| file_name | File Name | sample |
| file_transfer_status | File Transfer Status | sample |
| file_upload_at | File Upload At | 2025-05-17 00:23:17 |
| method_name | Method Name | handleRequest |
| runtime | Runtime | Node.js:20 |
1.21.2 - 1.3
scp-cli scf cloud-function code show
--cloud_function_id <value>
Description
show a specific cloud_function code
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| class_name | Class Name | com.example.Handler |
| code_text | Code Text | ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM== |
| code_type | Code Type | text |
| file_name | File Name | sample |
| file_transfer_status | File Transfer Status | sample |
| file_upload_at | File Upload At | 2025-05-17 00:23:17 |
| method_name | Method Name | handleRequest |
| runtime | Runtime | Node.js:20 |
1.21.3 - 1.2
scp-cli scf cloud-function code show
--cloud_function_id <value>
Description
show a specific cloud_function code
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| class_name | Class Name | com.example.Handler |
| code_text | Code Text | ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM== |
| code_type | Code Type | text |
| file_name | File Name | sample |
| file_transfer_status | File Transfer Status | sample |
| file_upload_at | File Upload At | 2025-05-17 00:23:17 |
| method_name | Method Name | handleRequest |
| runtime | Runtime | Node.js:20 |
1.21.4 - 1.1
scp-cli scf cloud-function code show
--cloud_function_id <value>
Description
show a specific cloud_function code
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| class_name | Class Name | com.example.Handler |
| code_text | Code Text | ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM== |
| code_type | Code Type | text |
| file_name | File Name | sample |
| file_transfer_status | File Transfer Status | sample |
| file_upload_at | File Upload At | 2025-05-17 00:23:17 |
| method_name | Method Name | handleRequest |
| runtime | Runtime | Node.js:20 |
1.21.5 - 1.0
scp-cli scf cloud-function code show
--cloud_function_id <value>
Description
show a specific cloud_function code
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| class_name | Class Name | com.example.Handler |
| code_text | Code Text | ZXhwb3J0cy5oYW5kbGVSZXF1ZXN0ID0gYXN5bmM== |
| code_type | Code Type | text |
| file_name | File Name | sample |
| file_transfer_status | File Transfer Status | sample |
| file_upload_at | File Upload At | 2025-05-17 00:23:17 |
| method_name | Method Name | handleRequest |
| runtime | Runtime | Node.js:20 |
1.22 - Show Cloud Function Configuration
1.22.1 - 1.4
scp-cli scf cloud-function configuration show
--cloud_function_id <value>
Description
show a specific cloud-function configuration
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| config | Configuration | |
| privatelink_endpoints | Endpoints | [] |
| privatelink_service | PrivateLink Service | {} |
| url | Function URL | |
| variables | Environment Variables | [] |
1.22.2 - 1.3
scp-cli scf cloud-function configuration show
--cloud_function_id <value>
Description
show a specific cloud-function configuration
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| config | Configuration | |
| privatelink_endpoints | Endpoints | [] |
| privatelink_service | PrivateLink Service | {} |
| url | Function URL | |
| variables | Environment Variables | [] |
1.22.3 - 1.2
scp-cli scf cloud-function configuration show
--cloud_function_id <value>
Description
show a specific cloud-function configuration
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| config | Configuration | |
| privatelink_endpoints | Endpoints | [] |
| privatelink_service | PrivateLink Service | {} |
| url | Function URL | |
| variables | Environment Variables | [] |
1.22.4 - 1.1
scp-cli scf cloud-function configuration show
--cloud_function_id <value>
Description
show a specific cloud-function configuration
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| config | Configuration | |
| url | Function URL | |
| variables | Environment Variables | [] |
1.22.5 - 1.0
scp-cli scf cloud-function configuration show
--cloud_function_id <value>
Description
show a specific cloud-function configuration
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| config | Configuration | |
| url | Function URL | |
| variables | Environment Variables | [] |
1.23 - Show Cloud Function Logs
1.23.1 - 1.4
scp-cli scf cloud-function logs show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]
Description
show a specific cloud-function logs
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
time optional | integer | Time | 3 |
start optional | string | Start | 20250517 |
end optional | string | End | 20250517 |
Responses
| Name | Description | Example |
|---|
| count | Count | 3 |
| logs | Log | [] |
1.23.2 - 1.3
scp-cli scf cloud-function logs show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]
Description
show a specific cloud-function logs
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
time optional | integer | Time | 3 |
start optional | string | Start | 20250517 |
end optional | string | End | 20250517 |
Responses
| Name | Description | Example |
|---|
| count | Count | 3 |
| logs | Log | [] |
1.23.3 - 1.2
scp-cli scf cloud-function logs show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]
Description
show a specific cloud-function logs
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
time optional | integer | Time | 3 |
start optional | string | Start | 20250517 |
end optional | string | End | 20250517 |
Responses
| Name | Description | Example |
|---|
| count | Count | 3 |
| logs | Log | [] |
1.23.4 - 1.1
scp-cli scf cloud-function logs show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]
Description
show a specific cloud-function logs
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
time optional | integer | Time | 3 |
start optional | string | Start | 20250517 |
end optional | string | End | 20250517 |
Responses
| Name | Description | Example |
|---|
| count | Count | 3 |
| logs | Log | [] |
1.23.5 - 1.0
scp-cli scf cloud-function logs show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]
Description
show a specific cloud-function logs
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
time optional | integer | Time | 3 |
start optional | string | Start | 20250517 |
end optional | string | End | 20250517 |
Responses
| Name | Description | Example |
|---|
| count | Count | 3 |
| logs | Log | [] |
1.24 - Show Cloud Function Metrics
1.24.1 - 1.3
scp-cli scf cloud-function metrics show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]
Description
show a specific cloud-function metrics
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
time optional | integer | Time | 3 |
start optional | string | Start | 20250517 |
end optional | string | End | 20250517 |
Responses
| Name | Description | Example |
|---|
| actual_pods | Actual pods | [] |
| fail_count | Fail count | [] |
| function_memory | Function memory | [] |
| request_count | Request count | [] |
| request_latency | Request latency | [] |
| success_count | Success count | [] |
1.24.2 - 1.2
scp-cli scf cloud-function metrics show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]
Description
show a specific cloud-function metrics
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
time optional | integer | Time | 3 |
start optional | string | Start | 20250517 |
end optional | string | End | 20250517 |
Responses
| Name | Description | Example |
|---|
| actual_pods | Actual pods | [] |
| fail_count | Fail count | [] |
| function_memory | Function memory | [] |
| request_count | Request count | [] |
| request_latency | Request latency | [] |
| success_count | Success count | [] |
1.24.3 - 1.1
scp-cli scf cloud-function metrics show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]
Description
show a specific cloud-function metrics
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
time optional | integer | Time | 3 |
start optional | string | Start | 20250517 |
end optional | string | End | 20250517 |
Responses
| Name | Description | Example |
|---|
| actual_pods | Actual pods | [] |
| fail_count | Fail count | [] |
| function_memory | Function memory | [] |
| request_count | Request count | [] |
| request_latency | Request latency | [] |
| success_count | Success count | [] |
1.24.4 - 1.0
scp-cli scf cloud-function metrics show
--cloud_function_id <value>
[--time <value>]
[--start <value>]
[--end <value>]
Description
show a specific cloud-function metrics
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
time optional | integer | Time | 3 |
start optional | string | Start | 20250517 |
end optional | string | End | 20250517 |
Responses
| Name | Description | Example |
|---|
| actual_pods | Actual pods | [] |
| fail_count | Fail count | [] |
| function_memory | Function memory | [] |
| request_count | Request count | [] |
| request_latency | Request latency | [] |
| success_count | Success count | [] |
1.25 - Show Cloud Function Trigger
1.25.1 - 1.4
scp-cli scf cloud-function trigger show
--trigger_id <value>
Description
show a specific cloud-function trigger
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_sid | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.25.2 - 1.3
scp-cli scf cloud-function trigger show
--trigger_id <value>
Description
show a specific cloud-function trigger
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_sid | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.25.3 - 1.2
scp-cli scf cloud-function trigger show
--trigger_id <value>
Description
show a specific cloud-function trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_sid | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.25.4 - 1.1
scp-cli scf cloud-function trigger show
--trigger_id <value>
Description
show a specific cloud-function trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_sid | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.25.5 - 1.0
scp-cli scf cloud-function trigger show
--trigger_id <value>
Description
show a specific cloud-function trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
Responses
| Name | Description | Example |
|---|
| alias | Alias | $LATEST |
| schedule | Schedule | * * * * 0 |
| timezone | Timezone | Asia/Tokyo |
| trigger_id | Trigger ID | 1 |
| trigger_name | Trigger name | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_sid | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_account_id | Trigger target account ID | 617b3d0e90c24a5fa1f65a3824861354 |
| trigger_target_srn | Trigger target SRN | srn:dev2::f32265726b694b32920aa3b111f4c715:::iam:user/9abd88ba08434777a8ca168e799eebbe |
| trigger_target_uuid | Trigger target UUID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
| trigger_type | Trigger type | apigateway |
1.26 - Show General Config
1.26.1 - 1.4
scp-cli scf cloud-function config show
--cloud_function_id <value>
Description
show general config
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| max_scale | Max Scale | 5 |
| memory | Memory | 256 |
| min_scale | Min Scale | 1 |
| timeout | Timeout | 100 |
1.26.2 - 1.3
scp-cli scf cloud-function config show
--cloud_function_id <value>
Description
show general config
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| max_scale | Max Scale | 5 |
| memory | Memory | 256 |
| min_scale | Min Scale | 1 |
| timeout | Timeout | 100 |
1.27 - Show PrivateLink Service
1.27.1 - 1.4
scp-cli scf privatelink-service show
--cloud_function_id <value>
[--sort <value>]
Description
show PrivateLink Service
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | Sort | endpoint_id:asc |
Responses
| Name | Description | Example |
|---|
| private_url | Private Url | https://sample.scf.private.kr-west1.e.samsungsdscloud.com |
| privatelink_service_auth_type | PrivateLink Service Auth Type | SCP_IAM |
| privatelink_service_enabled | PrivateLink Service Enabled | True |
| privatelink_service_id | PrivateLink Service ID | ba30549f550141ef9af6546543s |
| privatelink_service_name | PrivateLink Service Name | 68216f8f56 |
| privatelink_service_state | State | Active |
| requested_endpoints | Endpoint | [] |
1.27.2 - 1.3
scp-cli scf privatelink-service show
--cloud_function_id <value>
[--sort <value>]
Description
show PrivateLink Service
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
sort optional | string | Sort | endpoint_id:asc |
Responses
| Name | Description | Example |
|---|
| private_url | Private Url | https://sample.scf.private.kr-west1.e.samsungsdscloud.com |
| privatelink_service_auth_type | PrivateLink Service Auth Type | SCP_IAM |
| privatelink_service_enabled | PrivateLink Service Enabled | True |
| privatelink_service_id | PrivateLink Service ID | ba30549f550141ef9af6546543s |
| privatelink_service_name | PrivateLink Service Name | 68216f8f56 |
| privatelink_service_state | State | Active |
| requested_endpoints | Endpoint | [] |
1.28 - Show Resource Policy
1.28.1 - 1.4
scp-cli scf resource policy show
--cloud_function_id <value>
Description
Show resource policy
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| Statement | Statement | {‘Statement’: [{‘Action’: [‘scf:InvokeFunction’], ‘Condition’: {‘StringEquals’: {‘scf:CloudFunctionAuthType’: [‘SCP_IAM’]}}, ‘Effect’: ‘Allow’, ‘Principal’: ‘*’, ‘Resource’: [‘srn:e::27bb070b564349f8a31cc60734cc36a5:kr-west1::scf:cloud-function/1a2afa4bfb854a828602c93009cf4447’], ‘Sid’: ‘Statement1’}], ‘Version’: ‘2024-07-01’} |
| Version | Version | 2024-07-01 |
1.28.2 - 1.3
scp-cli scf resource policy show
--cloud_function_id <value>
Description
Show resource policy
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
| Name | Description | Example |
|---|
| Statement | Statement | {‘Statement’: [{‘Action’: [‘scf:InvokeFunction’], ‘Condition’: {‘StringEquals’: {‘scf:CloudFunctionAuthType’: [‘SCP_IAM’]}}, ‘Effect’: ‘Allow’, ‘Principal’: ‘*’, ‘Resource’: [‘srn:e::27bb070b564349f8a31cc60734cc36a5:kr-west1::scf:cloud-function/1a2afa4bfb854a828602c93009cf4447’], ‘Sid’: ‘Statement1’}], ‘Version’: ‘2024-07-01’} |
| Version | Version | 2024-07-01 |
1.29 - Show Url Config
1.29.1 - 1.4
scp-cli scf cloud-function url show
--cloud_function_id <value>
Description
show url config
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
1.29.2 - 1.3
scp-cli scf cloud-function url show
--cloud_function_id <value>
Description
show url config
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
Responses
1.30 - Update Cloud Function Code
1.30.1 - 1.4
scp-cli scf cloud-function code set
--cloud_function_id <value>
--content <value>
Description
update cloud-function code
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
content required | string | Code content | print("Hello World") |
1.30.2 - 1.3
scp-cli scf cloud-function code set
--cloud_function_id <value>
--content <value>
Description
update cloud-function code
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
content required | string | Code content | print("Hello World") |
1.30.3 - 1.2
scp-cli scf cloud-function code set
--cloud_function_id <value>
--content <value>
Description
update cloud-function code
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
content required | string | Code content | print("Hello World") |
1.30.4 - 1.1
scp-cli scf cloud-function code set
--cloud_function_id <value>
--content <value>
Description
update cloud-function code
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
content required | string | Code content | print("Hello World") |
1.30.5 - 1.0
scp-cli scf cloud-function code set
--cloud_function_id <value>
--content <value>
Description
update cloud-function code
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
content required | string | Code content | print("Hello World") |
1.31 - Update Cloud Function Code File
1.31.1 - 1.4
scp-cli scf cloud-function code-file set
--cloud_function_id <value>
--method_name <value>
--class_name <value>
[--obs_url <value>]
Description
update a specific cloud_function code file
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
method_name required | string | Method Name | handleRequest |
class_name required | string | Class Name | com.example.Handler |
obs_url optional | string | Object Storage URL | https://obs.kr-east1.scp-in.com:8443/sample/java-sample-1.0-SNAPSHOT.jar |
1.31.2 - 1.3
scp-cli scf cloud-function code-file set
--cloud_function_id <value>
--method_name <value>
--class_name <value>
[--obs_url <value>]
Description
update a specific cloud_function code file
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
method_name required | string | Method Name | handleRequest |
class_name required | string | Class Name | com.example.Handler |
obs_url optional | string | Object Storage URL | https://obs.kr-east1.scp-in.com:8443/sample/java-sample-1.0-SNAPSHOT.jar |
1.31.3 - 1.2
scp-cli scf cloud-function code-file set
--cloud_function_id <value>
--method_name <value>
--class_name <value>
[--obs_url <value>]
Description
update a specific cloud_function code file
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
method_name required | string | Method Name | handleRequest |
class_name required | string | Class Name | com.example.Handler |
obs_url optional | string | Object Storage URL | https://obs.kr-east1.scp-in.com:8443/sample/java-sample-1.0-SNAPSHOT.jar |
1.31.4 - 1.1
scp-cli scf cloud-function code-file set
--cloud_function_id <value>
--method_name <value>
--class_name <value>
[--obs_url <value>]
Description
update a specific cloud_function code file
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
method_name required | string | Method Name | handleRequest |
class_name required | string | Class Name | com.example.Handler |
obs_url optional | string | Object Storage URL | https://obs.kr-east1.scp-in.com:8443/sample/java-sample-1.0-SNAPSHOT.jar |
1.32 - Update Cloud Function Config
1.32.1 - 1.4
scp-cli scf cloud-function config set
--cloud_function_id <value>
--timeout <value>
--min_scale <value>
--memory <value>
--max_scale <value>
Description
update cloud-function config
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
timeout required | integer | Timeout | 100 |
min_scale required | integer | Min Scale | 1 |
memory required | integer | Memory | 256 |
max_scale required | integer | Max Scale | 5 |
1.32.2 - 1.3
scp-cli scf cloud-function config set
--cloud_function_id <value>
--timeout <value>
--min_scale <value>
--memory <value>
--max_scale <value>
Description
update cloud-function config
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
timeout required | integer | Timeout | 100 |
min_scale required | integer | Min Scale | 1 |
memory required | integer | Memory | 256 |
max_scale required | integer | Max Scale | 5 |
1.32.3 - 1.2
scp-cli scf cloud-function config set
--cloud_function_id <value>
--timeout <value>
--min_scale <value>
--memory <value>
--max_scale <value>
Description
update cloud-function config
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
timeout required | integer | Timeout | 100 |
min_scale required | integer | Min Scale | 1 |
memory required | integer | Memory | 256 |
max_scale required | integer | Max Scale | 5 |
1.32.4 - 1.1
scp-cli scf cloud-function config set
--cloud_function_id <value>
--timeout <value>
--min_scale <value>
--memory <value>
--max_scale <value>
Description
update cloud-function config
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
timeout required | integer | Timeout | 100 |
min_scale required | integer | Min Scale | 1 |
memory required | integer | Memory | 256 |
max_scale required | integer | Max Scale | 5 |
1.32.5 - 1.0
scp-cli scf cloud-function config set
--cloud_function_id <value>
--timeout <value>
--min_scale <value>
--memory <value>
--max_scale <value>
Description
update cloud-function config
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
timeout required | integer | Timeout | 100 |
min_scale required | integer | Min Scale | 1 |
memory required | integer | Memory | 256 |
max_scale required | integer | Max Scale | 5 |
1.33 - Update Cloud Function Cronjob Trigger
1.33.1 - 1.4
scp-cli scf cloud-function cronjob trigger set
--trigger_id <value>
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
update cloud-function cronjob trigger
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.33.2 - 1.3
scp-cli scf cloud-function cronjob trigger set
--trigger_id <value>
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
update cloud-function cronjob trigger
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.33.3 - 1.2
scp-cli scf cloud-function cronjob trigger set
--trigger_id <value>
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
update cloud-function cronjob trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.33.4 - 1.1
scp-cli scf cloud-function cronjob trigger set
--trigger_id <value>
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
update cloud-function cronjob trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.33.5 - 1.0
scp-cli scf cloud-function cronjob trigger set
--trigger_id <value>
--timezone <value>
--schedule <value>
--cloud_function_id <value>
Description
update cloud-function cronjob trigger
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
trigger_id required | integer | Trigger ID | 1 |
timezone required | string | Timezone | Asia/Tokyo |
schedule required | string | Schedule | * * * * 0 |
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
1.34 - Update Cloud Function Url
1.34.1 - 1.4
scp-cli scf cloud-function url set
--cloud_function_id <value>
--url_enabled <value>
--public_ip_acl_enabled <value>
[--allow_ips <value>]
[--auth_type <value>]
Description
update cloud-function url
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
url_enabled required | boolean | URL Enabled | True |
public_ip_acl_enabled required | boolean | Public IP ACL Enabled | True |
allow_ips optional | array | Allow Ips | - |
auth_type optional | string | Auth Type | NONE |
1.34.2 - 1.3
scp-cli scf cloud-function url set
--cloud_function_id <value>
--url_enabled <value>
--public_ip_acl_enabled <value>
[--allow_ips <value>]
[--auth_type <value>]
Description
update cloud-function url
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
url_enabled required | boolean | URL Enabled | True |
public_ip_acl_enabled required | boolean | Public IP ACL Enabled | True |
allow_ips optional | array | Allow Ips | - |
auth_type optional | string | Auth Type | NONE |
1.34.3 - 1.2
scp-cli scf cloud-function url set
--cloud_function_id <value>
--url_enabled <value>
--public_ip_acl_enabled <value>
[--allow_ips <value>]
[--auth_type <value>]
Description
update cloud-function url
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
url_enabled required | boolean | URL Enabled | True |
public_ip_acl_enabled required | boolean | Public IP ACL Enabled | True |
allow_ips optional | array | Allow Ips | - |
auth_type optional | string | Auth Type | NONE |
1.34.4 - 1.1
scp-cli scf cloud-function url set
--cloud_function_id <value>
--url_enabled <value>
--public_ip_acl_enabled <value>
[--allow_ips <value>]
[--auth_type <value>]
Description
update cloud-function url
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
url_enabled required | boolean | URL Enabled | True |
public_ip_acl_enabled required | boolean | Public IP ACL Enabled | True |
allow_ips optional | array | Allow Ips | - |
auth_type optional | string | Auth Type | NONE |
1.34.5 - 1.0
scp-cli scf cloud-function url set
--cloud_function_id <value>
--url_enabled <value>
--public_ip_acl_enabled <value>
[--allow_ips <value>]
[--auth_type <value>]
Description
update cloud-function url
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
url_enabled required | boolean | URL Enabled | True |
public_ip_acl_enabled required | boolean | Public IP ACL Enabled | True |
allow_ips optional | array | Allow Ips | - |
auth_type optional | string | Auth Type | NONE |
1.35 - Update Cloud Function Variables
1.35.1 - 1.4
scp-cli scf cloud-function variables set
--cloud_function_id <value>
--variables <value>
Description
update cloud-function variables
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
variables required | array | Environment Variables | '{"key": "sample", "value": "sample"}' |
1.35.2 - 1.3
scp-cli scf cloud-function variables set
--cloud_function_id <value>
--variables <value>
Description
update cloud-function variables
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
variables required | array | Environment Variables | '{"key": "sample", "value": "sample"}' |
1.35.3 - 1.2
scp-cli scf cloud-function variables set
--cloud_function_id <value>
--variables <value>
Description
update cloud-function variables
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
variables required | array | Environment Variables | '{"key": "sample", "value": "sample"}' |
1.35.4 - 1.1
scp-cli scf cloud-function variables set
--cloud_function_id <value>
--variables <value>
Description
update cloud-function variables
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.1 | 20260430 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
variables required | array | Environment Variables | '{"key": "sample", "value": "sample"}' |
1.35.5 - 1.0
scp-cli scf cloud-function variables set
--cloud_function_id <value>
--variables <value>
Description
update cloud-function variables
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.0 | 20251231 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
variables required | array | Environment Variables | '{"key": "sample", "value": "sample"}' |
1.36 - Update PrivateLink Service
1.36.1 - 1.4
scp-cli scf privatelink-service set
--cloud_function_id <value>
--privatelink_service_enabled <value>
Description
update PrivateLink Service
State
ACTIVE (CURRENT)
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
privatelink_service_enabled required | boolean | PrivateLink Service Enabled | True |
1.36.2 - 1.3
scp-cli scf privatelink-service set
--cloud_function_id <value>
--privatelink_service_enabled <value>
Description
update PrivateLink Service
State
ACTIVE (SUPPORTED)
| Version | Not Before |
|---|
| 1.3 | 20260830 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
privatelink_service_enabled required | boolean | PrivateLink Service Enabled | True |
1.36.3 - 1.2
scp-cli scf privatelink-service set
--cloud_function_id <value>
--privatelink_service_enabled <value>
Description
update PrivateLink Service
State
ACTIVE (DEPRECATED)
Deprecated versions with Not Before dates that have arrived or expired are no longer supported. We recommend using the latest version.
| Version | Not Before |
|---|
| 1.2 | 20260630 |
Parameters
| Name | Type | Description | Example |
|---|
cloud_function_id required | string | Cloud Functions ID | 8c9f6c1c928a45b4bbd1e4da5531d656 |
privatelink_service_enabled required | boolean | PrivateLink Service Enabled | True |