agent adl update

Update an Agentforce Data Library.

Description for agent adl update 

Updates the label, description, or other mutable properties of an existing data library.

Flags 

Flag Name (Long)Flag Name (Short)Description
‑‑api‑versionN/AType: Value

Override the api version used for api requests made by this command
‑‑content‑fieldsN/AType: Value

Comma-separated list of content fields for KNOWLEDGE libraries (triggers re-indexing).
‑‑data‑category‑ruleN/AType: Boolean

Enable or disable data category filtering for KNOWLEDGE libraries. Use –no-data-category-rule to disable.
‑‑descriptionN/AType: Value

New description for the data library (max 255 characters).
‑‑flags‑dirN/AType: Value

Import flag values from a directory.
‑‑jsonN/AType: Boolean

Format output as json.
‑‑library‑id‑iType: Value
Required

Agentforce Data Library ID (18-char Salesforce ID with prefix 1JD).
‑‑name‑nType: Value

New display name for the data library (max 80 characters).
‑‑restrict‑to‑public‑articlesN/AType: Boolean

Restrict to public Knowledge articles only (KNOWLEDGE libraries, triggers re-indexing).
‑‑retriever‑idN/AType: Value

Swap the retriever for a RETRIEVER library (must be an active Custom Retriever ID).
‑‑target‑org‑oType: Value
Required

Username or alias of the target org. Not required if the target-org configuration variable is already set.

Examples for agent adl update 

Update the label of a data library:

1sf agent adl update --library-id 1JDSG000007IbWX4A0 --name "New Name" --target-org myOrg

Update the description:

1sf agent adl update --library-id 1JDSG000007IbWX4A0 --description "Updated description" --target-org myOrg

Update Knowledge library content fields (triggers re-indexing):

1sf agent adl update --library-id 1JDSG000007IbWX4A0 --content-fields "Answer**c,Summary**c" --target-org myOrg

Restrict Knowledge library to public articles:

1sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg