Skip to contents

Functions for creating, modifying, and deleting profiles and profile options.

Usage

touch_model_profile(model, data)

delete_model_profile(model, profile)

set_model_profile_opt(model, profile, key, value)

delete_model_profile_opt(model, profile, key)

Arguments

model

Model digest or model name.

data

Data used for the body of the request.

profile

Profile name.

key

Option key.

value

Option value.

Value

A list from a JSON response object or nothing (invisibly).